home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / boosters.arc / PUTHEAP.PAS < prev    next >
Pascal/Delphi Source File  |  1985-11-03  |  431b  |  11 lines

  1. { -------------------------------------------------
  2.   PUTHEAP  - Write a string to Page [n] of the heap
  3.   ------------------------------------------------- }
  4.  
  5. Procedure PutHeap ( PAGE : HeapBuf;
  6.                       HV : Char;
  7.                        S : AnyString;
  8.                        X : ColumnType;
  9.                        Y : RowType;
  10.                      Att : Byte );
  11.                      external 'PutHeap.com';